HelpPath{General}CommandName{resizeGadget}ReturnValue{}OpenBrace{ }Parameters{handle gadget, int width, int height, [bool clientSizes]}CloseBrace{}Description{Resizes a gadget to the specified width and height.}ReturnDescription{}Param1{gadget}Param1Desc{Handle to the gadget.}Param2{width}Param2Desc{New width of gadget in pixels.}Param3{height}Param3Desc{New height of gadget in pixels}Param4{[clientSizes]}Param4Desc{Optional.  If set to 1, the width and height parameters will be interpreted as widths and heights excluding the borders of the gadget.  For example, with a window gadget, if you specified 200 for the height, the *client* area (the part which gadgets can be placed in) would only be 180 pixels high because of the title bar.  If you set clientSize to 1, the client area would be 200 pixels high, and the total height of the window would be 200+Height of the titlebar.}Param5{}Param5Desc{}Param6{}Param6Desc{}Remarks{}Param7{}Param7Desc{}ExampleSource{}SeeAlso{}Param8{createTopMost}Param8Desc{If 1, the window is created independant of all the other windows in your program, if 0 the window is created as a child of another gadget, as specified by the parent parameter.}Param9{parent}Param9Desc{Handle to the parent for the new gadget.  If 0, this is either the main DBPro window if createTopMost is 0, or the window has no parent (if createTopMost is 1)}